All Questions
Tagged with system-programminglinux-kernel
2 questions
1vote
1answer
2kviews
A simple global keyboard shortcut handler
Yeah, I know there's actkbd which allows to assign global keyboard shortcuts which will work everywhere including the text console and a graphical session but I don't want to run an extra daemon (long ...
1vote
0answers
432views
How to catch my bluetooth service events
I have usb bluetooth device which is using btusb 0.6 module (driver). The thing is I am interested to know is: how is the systemctl start bluetooth.service event invoked? I was looking info about ...